return successStatus(data);
} catch (final RestServiceException e) {
return errorStatus(e.getMessageName(), e.getParams());
}
}
return successStatus(data);
} catch (final RestServiceException e) {
throw new RestErrorException(e.getMessageName(), e.getParams());
}
}